home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / steprate.arc / STEPRATE.DOC < prev    next >
Encoding:
Text File  |  1987-11-14  |  3.4 KB  |  118 lines

  1.                                 Noisy Drives
  2.                           or Don't You Growl at me
  3.  
  4.  
  5.  
  6.  
  7. One of the many annoying features of the IBM PC and certain compatibles is 
  8. the noise generated by the floppy disk drives.  I have found almost 
  9. invariably that the fault is not in the drive but in some brain damage 
  10. associated with the original design of the system.  Apparently when Big Blue 
  11. first designed the PC, they were anticipating using the "worst case" floppy 
  12. disk drives.  These drives were to be so poorly designed (i.e. cheap) that 
  13. they had to use a 9 millisecond track to track step rate.  Thus, and from 
  14. then on, all disk drives, no matter how good, were to be driven at this slow 
  15. rate.  But then, who ever accused the Big Blue Mother of using good disk 
  16. drives?
  17.  
  18.  
  19. Unfortunately, (or fortunately as you view it) most decent drives are 
  20. designed to run at a stepping rate of at least 6 millisceonds (track to 
  21. track).  When these drives are run at lower than their rated stepping rate, 
  22. they often sound like thrashing machines.  Resonance sets up and the system 
  23. will almost walk off the table.
  24.  
  25.  
  26. Unfortunately, the cloners in their thirst for 100% compatibility stuck with 
  27. the 9 ms. step rate.  Thus, a lot of the "clones" also sound like thrashing 
  28. machines.   
  29.  
  30.  
  31. Most (if not all) of the floppy drives manufactured today are designed to 
  32. operate at a 6 ms. step rate.  Some of the full height drives, such as the 
  33. MPI 52A, while rated at 5 ms will operate dependably (and very quietly) at 3 
  34. ms.  All of the half height drives that I am aware of will operate at 6 ms.
  35.  
  36.  
  37. Having a low threshold of pain as far as noise is concerned, I decided to do 
  38. something about it.  The program STEPRATE is the result.
  39.  
  40.  
  41. ===========================================================================
  42. Usage:
  43.  
  44.  
  45. STEPRATE [r]
  46.  
  47.  
  48. where r is 3, 6, 9 or 12
  49.  
  50.  
  51. If STEPRATE is run without any parameters it will display the present step 
  52. rate.
  53.  
  54.  
  55. ==========================================================================
  56.  
  57.  
  58. Determining the Proper Step Rate:
  59.  
  60.  
  61. How can you determine which step rate is proper for your drive?  Simple!
  62. First boot up your system.  Set the step rate at 12 ms by the following:
  63.  
  64.  
  65. STEPRATE 12
  66.  
  67.  
  68. Then insert a clean diskette into drive B or drive A in the case of a hard 
  69. disk system, and fill it up with files via a COPY *.* command.  You should 
  70. be able to hear the drive grinding away.
  71.  
  72.  
  73. .cp 5
  74. Now, erase all the files from the "clean" diskette (Drive B) and set the 
  75. step rate to 9 ms via:
  76.  
  77.  
  78. STEPRATE 9 
  79.  
  80.  
  81. Repeat the COPY procedure to the "empty" diskette.  The drive noise should 
  82. be different (but perhaps not less).
  83.  
  84.  
  85. Next, set the step rate to 6 milliseconds via:
  86.  
  87.  
  88. STEPRATE 6
  89.  
  90.  
  91. and perform the noise test using the the copy command again.
  92.  
  93.  
  94. Finally, set the step rate to 3 milliseconds by:
  95.  
  96.  
  97. STEPRATE 3
  98.  
  99.  
  100. and test again.
  101.  
  102.  
  103. If the specified step rate is too fast for the particular drive, you will 
  104. probably get SEEK errors or BAD SECTOR error messages during the COPYing 
  105. process.  In this case, use the next higher step rate (i.e. larger number). 
  106. Once the correct step rate is found, include the command in your 
  107. AUTOEXEC.BAT file.
  108.  
  109.  
  110. May peace and tranquility be yours!
  111.  
  112.  
  113.                                                        
  114. Don L. Finley
  115. 310 Willow St.
  116. Mt. Carmel, TN 37642
  117. (615) 357-3355 (after 7 pm)
  118.